From 0efa42991b708e8d6955992dab0a5fd2bae3070d Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 18 Jan 2015 21:43:14 +0000 Subject: [PATCH] Move pdbfile to deprecated. Drop uuid.h. --- gpsbabel/GPSBabel.pro | 1 - gpsbabel/{ => deprecated}/pdbfile.h | 0 gpsbabel/msvc/GPSBabel.vcxproj | 2 -- gpsbabel/uuid.h | 22 ---------------------- 4 files changed, 25 deletions(-) rename gpsbabel/{ => deprecated}/pdbfile.h (100%) delete mode 100644 gpsbabel/uuid.h diff --git a/gpsbabel/GPSBabel.pro b/gpsbabel/GPSBabel.pro index b2ef817eb..6596b81bf 100644 --- a/gpsbabel/GPSBabel.pro +++ b/gpsbabel/GPSBabel.pro @@ -226,7 +226,6 @@ HEADERS = \ session.h \ shapelib/shapefil.h \ strptime.h \ - uuid.h \ xmlgeneric.h \ zlib/crc32.h \ zlib/deflate.h \ diff --git a/gpsbabel/pdbfile.h b/gpsbabel/deprecated/pdbfile.h similarity index 100% rename from gpsbabel/pdbfile.h rename to gpsbabel/deprecated/pdbfile.h diff --git a/gpsbabel/msvc/GPSBabel.vcxproj b/gpsbabel/msvc/GPSBabel.vcxproj index 0832596d3..f5013d704 100644 --- a/gpsbabel/msvc/GPSBabel.vcxproj +++ b/gpsbabel/msvc/GPSBabel.vcxproj @@ -255,7 +255,6 @@ - @@ -333,7 +332,6 @@ - diff --git a/gpsbabel/uuid.h b/gpsbabel/uuid.h deleted file mode 100644 index 161b89e91..000000000 --- a/gpsbabel/uuid.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - Copyright (C) 2004 Justin Broughton, justinbr@earthlink.net - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA - - */ - -typedef unsigned char uuid_t[16]; - -void gb_uuid_generate(uuid_t uu); -- 2.30.2